Skip to content

fix: fixing typos#801

Merged
wakonig merged 1 commit intomainfrom
fix/typos
Mar 23, 2026
Merged

fix: fixing typos#801
wakonig merged 1 commit intomainfrom
fix/typos

Conversation

@wakonig
Copy link
Member

@wakonig wakonig commented Mar 22, 2026

No description provided.

@codecov
Copy link

codecov bot commented Mar 22, 2026

Codecov Report

❌ Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
bec_ipython_client/bec_ipython_client/signals.py 0.00% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

@wakonig wakonig marked this pull request as ready for review March 22, 2026 18:14
Copilot AI review requested due to automatic review settings March 22, 2026 18:14
@wakonig wakonig self-assigned this Mar 22, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR focuses on correcting spelling/typos across developer documentation, tests, and user-facing strings, including one typo fix that renames a scan component class.

Changes:

  • Fix typos in docs, docstrings, log/error messages, and comments across server, library, and client packages.
  • Update multiple test names/usages to match corrected identifiers.
  • Rename InteractiveReadMontiored to InteractiveReadMonitored in scan server code and tests.

Reviewed changes

Copilot reviewed 30 out of 30 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
docs/source/developer/scans/scan_structure.md Fixes a typo in the scan step description (point_id).
bec_server/tests/tests_scan_server/test_scans.py Updates imports and test naming to use InteractiveReadMonitored.
bec_server/tests/tests_scan_server/test_scan_stubs.py Fixes a typo in a test docstring.
bec_server/tests/tests_scan_server/test_scan_server_queue.py Fixes typos in test function names.
bec_server/bec_server/scan_server/scans.py Fixes a comment typo and renames the interactive read component class.
bec_server/bec_server/scan_server/scan_stubs.py Fixes a docstring typo (“Perform”).
bec_server/bec_server/scan_server/scan_queue.py Fixes a docstring typo (“currently”).
bec_server/bec_server/procedures/manager.py Fixes a comment typo (“detach”).
bec_server/bec_server/device_server/devices/devicemanager.py Fixes typos in docstrings (“incorporates”, “successful”).
bec_server/bec_server/data_processing/image_analysis_service.py Fixes a comment typo (“addressed”).
bec_lib/tests/test_messaging_service.py Fixes a test function name typo (“attachment”).
bec_lib/tests/test_device_manager.py Fixes a test input typo (“something”).
bec_lib/tests/test_dap_plugins.py Fixes a test function name typo (“response”).
bec_lib/tests/test_alarm_handler.py Updates expected string spelling (“occurred”).
bec_lib/bec_lib/request_items.py Fixes a docstring typo (“RequestResponseMessage”).
bec_lib/bec_lib/redis_connector.py Fixes a docstring typo (“list_endpoint”).
bec_lib/bec_lib/messages.py Fixes typos in raised error messages (“dimension”).
bec_lib/bec_lib/macro_update_handler.py Fixes typos in docstrings (“namespace”).
bec_lib/bec_lib/logger.py Fixes a comment typo (“explicitly”).
bec_lib/bec_lib/endpoints.py Fixes typos in docstrings (“responses”, “restarts”).
bec_lib/bec_lib/device.py Fixes a docstring typo (“compute”).
bec_lib/bec_lib/dap_plugins.py Fixes a docstring typo (“idempotent”).
bec_lib/bec_lib/dap_plugin_objects.py Fixes a docstring typo (“continuously”).
bec_lib/bec_lib/client.py Fixes a docstring typo (“namespace”).
bec_lib/bec_lib/callback_handler.py Fixes a docstring typo (“executed”).
bec_lib/bec_lib/bec_service.py Fixes comment typos (“explicitly”).
bec_lib/bec_lib/alarm_handler.py Fixes user-facing string spelling (“occurred”).
bec_ipython_client/bec_ipython_client/signals.py Fixes a printed message typo (“received”).
bec_ipython_client/bec_ipython_client/main.py Fixes a comment typo (“explicitly”).
bec_ipython_client/bec_ipython_client/callbacks/live_table.py Fixes a docstring typo (“progress”).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@wakonig wakonig requested a review from a team March 22, 2026 18:28
@wakonig wakonig merged commit 5268a7b into main Mar 23, 2026
96 of 101 checks passed
@wakonig wakonig deleted the fix/typos branch March 23, 2026 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants